.. _`Features to Images`: .. _`org.sysess.sympathy.machinelearning.features_to_images`: Features to Images `````````````````` .. image:: features_to_image.svg :width: 48 Converts each row into a separate image in a list Definition :::::::::: Input ports ........... **X** | Type: table | Description: Dataset to be converted Output ports ............ **out** | Type: [image] | Description: Output images Configuration ............. **Channels** (channels) Number of channels in image **Width** (width) Width of image. If 0 then compute automatically assuming square input image Examples ........ The node can be found in: * :download:`MNIST_Digits.syx ` * :download:`Eigenfaces.syx ` * :download:`Fisher_faces.syx ` Implementation .............. .. automodule:: node_utility :noindex: .. class:: FeaturesToImages :noindex: